home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / qm2000_1.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  14.1 KB  |  425 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "2.1"
  11. *PCFileName: "QM2000_1.PPD"
  12. *LanguageVersion: English
  13. *Product: "(QMS-PS 2000)"
  14. *PSVersion: "(52.4) 17"
  15. *ModelName: "QMS-PS 2000"
  16. *NickName: "QMS-PS 2000 v52.4"
  17.  
  18. *% ADORequiresEExec added by Microsoft
  19. *ADORequiresEExec: True
  20.  
  21. *% General Information and Defaults ===============
  22. *FreeVM: "486838"
  23. *LanguageLevel: "1"
  24. *ColorDevice: False
  25. *DefaultColorSpace: Gray
  26. *VariablePaperSize: False
  27. *FileSystem: True
  28. *?FileSystem: "
  29. save
  30.   /initializedisk where{pop(True)}{(False)} ifelse = flush
  31. restore"
  32. *End
  33. *Throughput: "20"
  34. *Password: "0"
  35. *ExitServer: "
  36.   count 0 eq {  % is the password on the stack?
  37.     true
  38.   }{
  39.     dup % potential password
  40.     statusdict /checkpassword get exec not
  41.   } ifelse
  42.   {  %  if no password or not valid
  43.     (WARNING : Cannot perform the exitserver command.) =
  44.     (Password supplied is not valid.) =
  45.     (Please contact the author of this software.) = flush
  46.     quit
  47.   } if
  48.   serverdict /exitserver get exec
  49. "
  50. *End
  51.  
  52. *Reset: "
  53.   count 0 eq {  % is the password on the stack?
  54.     true
  55.   }{
  56.     dup % potential password
  57.     statusdict /checkpassword get exec not
  58.   } ifelse
  59.   {  %  if no password or not valid
  60.     (WARNING : Cannot reset printer.) =
  61.     (Password supplied is not valid.) =
  62.     (Please contact the author of this software.) = flush
  63.     quit
  64.   } if
  65.   serverdict /exitserver get exec
  66.   systemdict /quit get exec
  67.   (WARNING : Printer Reset Failed.) = flush
  68. "
  69. *End
  70.  
  71. *DefaultResolution: 300dpi 
  72. *?Resolution: "
  73. save
  74.   initgraphics
  75.   0 72 dtransform
  76.   dup mul exch
  77.   dup mul 
  78.   add sqrt round cvi
  79.   (          ) cvs print (dpi) = flush
  80. restore
  81. "
  82. *End
  83.  
  84. *% Halftone Information ===============
  85. *ScreenFreq: "60.0"
  86. *ScreenAngle: "45.0"
  87. *DefaultScreenProc: Dot
  88. *ScreenProc Dot: "
  89. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  90. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  91. "
  92. *End
  93. *ScreenProc Line: "{ pop }"
  94. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  95.  
  96. *DefaultTransfer: Null
  97. *Transfer Null: "{ }"
  98. *Transfer Null.Inverse: "{ 1 exch sub }"
  99.  
  100. *% Paper Handling ===================
  101.  
  102. *% Use these entries to set paper size most of the time, unless there is
  103. *% specific reason to use PageRegion.
  104. *OpenUI *PageSize: PickOne
  105. *OrderDependency: 30 AnySetup *PageSize
  106. *DefaultPageSize: Letter
  107. *PageSize Letter: "statusdict /lettertray get exec"
  108. *PageSize Legal: "statusdict /legaltray get exec"
  109. *PageSize Ledger: "statusdict /ledgertray get exec"
  110. *PageSize Tabloid: "statusdict /11x17tray get exec"
  111. *PageSize Executive: "statusdict /executivetray get exec"
  112. *PageSize A3: "statusdict /a3tray get exec"
  113. *PageSize A4: "statusdict /a4tray get exec"
  114. *PageSize A5: "statusdict /a5tray get exec"
  115. *PageSize B4: "statusdict /b4tray get exec"
  116. *PageSize B5: "statusdict /b5tray get exec"
  117. *?PageSize: "
  118. save 
  119. 10 dict 
  120.   dup /letter (Letter) put
  121.   dup /legal (Legal) put
  122.   dup /ledger (Ledger) put
  123.   dup /11x17 (Tabloid) put
  124.   dup /a3 (A3) put
  125.   dup /a4 (A4) put
  126.   dup /a5 (A5) put
  127.   dup /b4 (B4) put
  128.   dup /b5 (B5) put
  129.   dup /executivepage (Executive) put
  130.   statusdict /papersize get exec
  131.   3 1 roll  {get} stopped {(Unknown)}if
  132.   exch  not { print (.Transverse) }if
  133.   = flush
  134. restore 
  135. "
  136. *End
  137. *CloseUI: *PageSize
  138.  
  139. *% These entries will set up the frame buffer. Usually used with manual feed.
  140. *% These use begin/end because we're not sure if they're in statusdict or systemdict.
  141. *OpenUI *PageRegion: PickOne
  142. *OrderDependency: 40 AnySetup *PageRegion
  143. *DefaultPageRegion: Letter
  144. *PageRegion Letter: "statusdict begin letter end"
  145. *PageRegion Legal: "statusdict begin legal end"
  146. *PageRegion Ledger: "statusdict begin ledger end"
  147. *PageRegion Tabloid: "statusdict begin 11x17 end"
  148. *PageRegion Executive: "statusdict begin executivepage end"
  149. *PageRegion A3: "statusdict begin a3 end"
  150. *PageRegion A4: "statusdict begin a4 end"
  151. *PageRegion A5: "statusdict begin a5 end"
  152. *PageRegion B4: "statusdict begin b4 end"
  153. *PageRegion B5: "statusdict begin b5 end"
  154. *CloseUI: *PageRegion
  155.  
  156. *% The following entries provide information about specific paper keywords.
  157. *DefaultImageableArea: Letter
  158. *ImageableArea Letter: "12 12 600 780"
  159. *ImageableArea Legal: "12 12 601 996"
  160. *ImageableArea Ledger: "12 12 1212 780"
  161. *ImageableArea Tabloid: "12 12 780 1212"
  162. *ImageableArea Executive: "12 12 528 745"
  163. *ImageableArea A3: "12 12 829 1178"
  164. *ImageableArea A4: "12 12 583 829"
  165. *ImageableArea A5: "12 13 407 583"
  166. *ImageableArea B4: "12 12 716 1019"
  167. *ImageableArea B5: "12 12 503 716"
  168. *?ImageableArea: "
  169. save
  170.   /cvp { (                ) cvs print ( ) print } bind def
  171.   /upperright {10000 mul floor 10000 div} bind def
  172.   /lowerleft {10000 mul ceiling 10000 div} bind def
  173.   newpath clippath pathbbox
  174.   4 -2 roll exch 2 {lowerleft cvp} repeat
  175.   exch 2 {upperright cvp} repeat flush
  176.  restore
  177. "
  178. *End
  179.  
  180. *% These provide the physical dimensions of the paper (by keyword)
  181. *DefaultPaperDimension: Letter
  182. *PaperDimension Letter: "612 792"
  183. *PaperDimension Legal: "612 1008"
  184. *PaperDimension Ledger: "1224 792"
  185. *PaperDimension Tabloid: "792 1224"
  186. *PaperDimension Executive: "522 756"
  187. *PaperDimension A3: "842 1191"
  188. *PaperDimension A4: "595 842"
  189. *PaperDimension A5: "420 595"
  190. *PaperDimension B4: "729 1032"
  191. *PaperDimension B5: "516 729"
  192.  
  193. *RequiresPageRegion All: True
  194. *OpenUI *InputSlot: PickOne
  195. *OrderDependency: 20 AnySetup *InputSlot
  196. *DefaultInputSlot: Upper
  197. *InputSlot Upper: "1 statusdict /setpapertray get exec"
  198. *InputSlot Lower: "2 statusdict /setpapertray get exec"
  199. *InputSlot LargeCapacity: "3 statusdict /setpapertray get exec"
  200. *?InputSlot: "
  201. save
  202.   [ (Unknown) (Lower) (Upper) (LargeCapacity) ]
  203.   statusdict /papertray get exec
  204.   {get exec} stopped { pop pop (Unknown)} if = flush
  205. restore 
  206. "
  207. *End
  208. *CloseUI: *InputSlot
  209.  
  210. *OpenUI *ManualFeed: PickOne
  211. *OrderDependency: 20 AnySetup *ManualFeed
  212. *DefaultManualFeed: False
  213. *?ManualFeed: "save
  214.   statusdict /manualfeed get
  215.   {(True)}{(False)}ifelse = flush
  216.   restore"
  217. *End
  218. *ManualFeed True: "statusdict /manualfeed true put"
  219. *ManualFeed False: "statusdict /manualfeed false put"
  220. *CloseUI: *ManualFeed
  221.  
  222. *OpenUI *OutputBin: PickOne
  223. *DefaultOutputBin: Upper
  224. *OutputBin Upper: "1 statusdict /setoutputtray get exec"
  225. *OutputBin Lower: "2 statusdict /setoutputtray get exec"
  226. *OutputBin Side: "3 statusdict /setoutputtray get exec"
  227. *?OutputBin: "
  228. save
  229.   [ (Unknown) (Upper) (Lower) (Side) ]
  230.   statusdict /outputtray get exec
  231.   {get exec} stopped { pop pop (Unknown)} if = flush
  232. restore
  233. "
  234. *End
  235. *CloseUI: *OutputBin
  236.  
  237. *OpenUI *OutputOrder: PickOne
  238. *DefaultOutputOrder: Normal
  239. *OutputOrder Normal: "1 statusdict /setoutputtray get exec"
  240. *OutputOrder Reverse: "3 statusdict /setoutputtray get exec"
  241. *?OutputOrder: "
  242. save
  243.   [ (Unknown) (Normal) (Unknown) (Reverse) ]
  244.   statusdict /outputtray get exec
  245.   {get exec} stopped { pop pop (Unknown)} if = flush
  246. restore
  247. "
  248. *End
  249. *CloseUI: *OutputOrder
  250.  
  251.  
  252. *PageStackOrder Upper: Normal
  253. *PageStackOrder Side: Reverse
  254.  
  255. *OpenUI *Duplex: PickOne
  256. *Duplex None: "false statusdict /setduplexmode get exec false statusdict /settumble get exec"
  257. *Duplex DuplexNoTumble: "true statusdict /setduplexmode get exec false statusdict /settumble get exec"
  258. *Duplex DuplexTumble: "true statusdict /setduplexmode get exec true statusdict /settumble get exec"
  259. *?Duplex: "
  260. save
  261.   statusdict /duplexmode get exec
  262.   { statusdict /tumble get exec
  263.     { (DuplexTumble) } { (DuplexNoTumble) } ifelse
  264.   }
  265.   { (None) } ifelse = flush
  266. restore
  267. "
  268. *End
  269. *CloseUI: *Duplex
  270.  
  271. *% Font Information =====================
  272. *DefaultFont: Courier
  273. *Font AGaramond-Bold: Standard "(001.000)" Standard ROM
  274. *Font AGaramond-BoldItalic: Standard "(001.000)" Standard ROM
  275. *Font AGaramond-Italic: Standard "(001.000)" Standard ROM
  276. *Font AGaramond-Regular: Standard "(001.000)" Standard ROM
  277. *Font AGaramond-Semibold: Standard "(001.000)" Standard ROM
  278. *Font AGaramond-SemiboldItalic: Standard "(001.000)" Standard ROM
  279. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  280. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  281. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  282. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  283. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  284. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  285. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  286. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  287. *Font Courier: Standard "(002.003)" Standard ROM
  288. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  289. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  290. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  291. *Font Helvetica: Standard "(001.006)" Standard ROM
  292. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  293. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  294. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  295. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  296. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  297. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  298. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  299. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  300. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  301. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  302. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  303. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  304. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  305. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  306. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  307. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  308. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  309. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  310. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  311. *Font Symbol: Special "(001.007)" Special ROM
  312. *Font Times-Bold: Standard "(001.007)" Standard ROM
  313. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  314. *Font Times-Italic: Standard "(001.007)" Standard ROM
  315. *Font Times-Roman: Standard "(001.007)" Standard ROM
  316. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  317. *Font ZapfDingbats: Special "(001.002)" Special ROM
  318. *?FontQuery: "
  319. save
  320.  /str 100 string dup 0 (fonts/) putinterval def
  321.  {
  322.    count 1 gt
  323.    {
  324.      exch dup str 6 94 getinterval cvs
  325.      (/) print dup print (:) print exch
  326.      FontDirectory exch known
  327.      { pop (Yes) }
  328.       {
  329.         length 6 add str 0 3 -1 roll getinterval
  330.         mark exch status
  331.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  332.      } ifelse =
  333.    }
  334.    {exit} ifelse
  335.  }bind loop
  336.  (*) = flush
  337. restore
  338. "
  339. *End
  340.  
  341. *?FontList: "
  342. save
  343.   FontDirectory { pop == } bind forall flush
  344.   /filenameforall where
  345.   {
  346.     pop (fonts/*)
  347.     { dup length 6 sub 6 exch getinterval cvn == } bind
  348.     128 string filenameforall flush
  349.   } if
  350.   (*) = flush
  351. restore
  352. "
  353. *End
  354.  
  355. *% Printer Messages (verbatim from printer):
  356. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  357. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  358. *Message: "\FontName\ not found, using Courier"
  359.  
  360. *% Status (format: %%[ status: <one of these> ]%% )
  361. *Status: "idle"
  362. *Status: "busy"
  363. *Status: "waiting"
  364. *Status: "printing"
  365. *Status: "warming up"
  366.  
  367. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  368. *Source: "serial25"
  369. *Source: "AppleTalk"
  370. *Source: "Centronics"
  371. *Source: "Optional I/O"
  372.  
  373. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  374. *PrinterError: "Paper Out"
  375. *PrinterError: "Paper Jam"
  376. *PrinterError: "Off line"
  377.  
  378. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  379.  
  380. *% Color Separation Information =====================
  381.  
  382. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  383.  
  384. *InkName: ProcessBlack/Process Black
  385. *InkName: CustomColor/Custom Color
  386. *InkName: ProcessCyan/Process Cyan
  387. *InkName: ProcessMagenta/Process Magenta
  388. *InkName: ProcessYellow/Process Yellow
  389.  
  390. *%  For 60 lpi / 300 dpi  ===============================
  391.  
  392. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  393. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  394. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  395. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  396. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  397.  
  398. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  399. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  400. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  401. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  402. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  403.  
  404. *%  For 53 lpi / 300 dpi  ===============================
  405.  
  406. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  407. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  408. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  409. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  410. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  411.  
  412. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  413. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  414. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  415. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  416. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  417.  
  418. *% For "QMS-PS 2000" version 52.4
  419. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  420. *% Converted to meet 4.0 specification
  421. *% Last Edit Date: Jun 10 1992
  422. *% The byte count of this file should be exactly 013977 or 014397
  423. *% depending on the filesystem it resides in.
  424. *% end of PPD file for QMS-PS 2000
  425.